Skip to content

Ready issue を worktree-isolated worker へ dispatch する - #57

Merged
hirokisakabe merged 5 commits into
mainfrom
ready-issue-worktree-dispatch-54
Aug 2, 2026
Merged

Ready issue を worktree-isolated worker へ dispatch する#57
hirokisakabe merged 5 commits into
mainfrom
ready-issue-worktree-dispatch-54

Conversation

@hirokisakabe

@hirokisakabe hirokisakabe commented Aug 2, 2026

Copy link
Copy Markdown
Owner

close #54

概要

単一または複数の Ready issue を、1 issue = 1 worker = 1 worktree = 1 branch = 1 PR で実装する上位 orchestrator skill issue-dispatch を追加します。Codex CLI の default branch から単一 issue を実装する場合も、親 session が専用 worktree を作成して codex exec -C worker を起動し、手動再開なしで PR / CI まで待機できる経路へ変更します。

主な変更

  • skills/issue-dispatch/SKILL.md を追加し、候補取得、依存 DAG、競合評価、runtime preflight、worker 監視・結果集約を定義
  • issue-implement の Codex CLI default-branch 経路を issue-dispatch への単一 issue 引き継ぎへ変更
  • worktree-start、README、AGENTS.md の skill graph と runtime 制約を同期
  • worker の network / sandbox、非信頼 issue 入力、close keyword provenance、依存 PR の merge 到達性を明文化

バージョン

CI の changed-skill version consistency に合わせ、変更対象3 skill を 2.1.0 に統一しています。

  • issue-dispatch: 2.1.0
  • issue-implement: 2.1.0
  • worktree-start: 2.1.0

検証

@hirokisakabe
hirokisakabe merged commit 9b99c0f into main Aug 2, 2026
1 check passed
@hirokisakabe
hirokisakabe deleted the ready-issue-worktree-dispatch-54 branch August 2, 2026 13:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Ready issue を worktree-isolated worker へ dispatch する skill を追加する

1 participant